home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / np3.zip / NP.DOC < prev   
Text File  |  1993-08-02  |  1KB  |  37 lines

  1.             NP - Nosy Prompter
  2.                by Russell Nelson
  3.  
  4.  
  5. The program is copyrighted but freely copyable using the Free
  6. Software Foundation's General Public License.  That means that anyone
  7. you give it to can give it to someone else, and they must be able to
  8. get the source.  The license is widely available, usually called
  9. COPYING.  Contact me if you can't find a copy.
  10.  
  11. Have you ever shelled to DOS from an application program only to forget
  12. that you had done so, and you ran your application again?  This can
  13. result in a lack of memory to run the application, or if you have shelled
  14. from an editor, you can lose changes to a file, or if you have shelled
  15. from a communications package, you can lose your session and even be forced
  16. to reboot.
  17.  
  18. I've done it myself.  I've done it enough times to do something about
  19. it by writing NP, the Nosy Prompter.  NP will peek around in your memory
  20. to find suspended programs, and it will remind you of them at every
  21. DOS prompt.  NP is written in assembly language, and only takes 900 bytes
  22. when resident.  Source is included and the program is freely copyable.
  23.  
  24. Unfortunately, in order to find the name of the program, NP requires
  25. DOS 4.x.  Versions of DOS prior to 4.x didn't save the name of the program
  26. in the memory control blocks where NP looks for it.
  27.  
  28. Bugs, enhancements, kudos to:
  29.  
  30. Russell Nelson
  31. Crynwr Software
  32. 11 Grant St.
  33. Potsdam, NY 13676
  34. 315-268-1925 voice
  35. 315-268-9201 FAX
  36. nelson@crynwr.com
  37.